<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>很抱歉，此页面暂时找不到！</title>
<style type="text/css">
body {margin: 0px; padding:0px; font-family:"微软雅黑", Arial, "Trebuchet MS", Verdana, Georgia,Baskerville,Palatino,Times; font-size:16px;}
div{margin-left:auto; margin-right:auto;}
a {text-decoration: none; color: #1064A0;}
a:hover {color: #0078D2;}
h1,h2,h3,h4 {margin:0;font-weight:normal; font-family: "微软雅黑", Arial, "Trebuchet MS", Helvetica, Verdana ; }
h1{font-size:44px; color:#0188DE; padding:20px 0px 10px 0px;}
h2{color:#0188DE; font-size:16px; padding:10px 0px 40px 0px;}
h3{font-size:180px; line-height: 180px; font-weight: bold; color:#0188DE; padding:20px 0px 10px 0px;}
#page{width:910px; padding:20px 20px 40px 20px; margin-top:80px;}
.button{width:100%;; height:28px; margin-left:0px; margin-top:10px; text-align:center;}
.button a{width:180px; height:28px; display:block; font-size:14px; color:#fff; float: left; background:#009CFF; border-bottom:4px solid #0188DE; }
.button a:hover{ background:#5BBFFF;}
.fh{ display:block; float: left; padding-left: 20px;}
</style>
</head>
<body>
<div id="page" style="border-style:dashed;border-color:#e4e4e4;line-height:30px;background:url(sorry.png) no-repeat right;">
	<h3>404</h3>
	<h1>抱歉，您请求访问的页面暂时找不到了</h1>
	<h2>Sorry, the page you requested cannot be found for the time being. </h2>
	<font color="#666666">
	<b>可能的原因：</b><br>· 原来的页面不存在了<br>· 我们的服务器被外星人劫持了</font><br /><br />
	<div class="button">
		<a href="http://www.shxiuyuan.com/" title="返回首页" target="_blank">返回首页</a><div class="fh"><b id="num">5</b>秒后跳转到首页</div>
	</div>
</div>
<!--脚本开始--> 
<script> 
function countDown(secs){ 
	if(--secs>0) {
		document.getElementById("num").innerText=secs;
		setTimeout(function(){countDown(secs)},1000);  
	}
	else{
		window.location.href='http://www.shxiuyuan.com/';
	} 
}
countDown(10); 
</script> 
<!--脚本结束--> 
</body>
</html>